Skip to content

Fix: path in explanation to match path in example #14179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

cdenicola
Copy link

Updated explanation of "Authorizing Requests" example to match the path of the example for point 3 listing the URLs

Description

any user can access a request if the URL starts with "/static/", equals "/signup", or equals "/about".

now matches example

.requestMatchers("/static/**", "/signup", "/about").permitAll()

Updated explanation of "Authorizing Requests" example to match the path of the example for point 3 listing the URLs

Description
```
any user can access a request if the URL starts with "/static/", equals "/signup", or equals "/about".
```
now matches example
```
.requestMatchers("/static/**", "/signup", "/about").permitAll()
```
@pivotal-cla
Copy link

@cdenicola Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@pivotal-cla
Copy link

@cdenicola Thank you for signing the Contributor License Agreement!

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Nov 21, 2023
@marcusdacoregio
Copy link
Contributor

Thanks, @cdenicola. This is a duplicate of #14169

@marcusdacoregio marcusdacoregio self-assigned this Nov 22, 2023
@marcusdacoregio marcusdacoregio added status: duplicate A duplicate of another issue and removed status: waiting-for-triage An issue we've not yet triaged labels Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants